brew install hugo
hugo new site hugo-website-name
cd hugo-website-name
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo server
hugo server
時,hugo 會啟動一個 web server,並且監聽 1313 port(或是其他 terminal 顯示的 port),可以在瀏覽器輸入 http://localhost:1313/ 看到以 ananke 為主題的預設網站hugo server
,能看到新增的內容出現